Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
Try
/
toEither
to
Either
common
abstract
fun
toEither
(
)
:
Either
<
Throwable
,
T
>
Content copied to clipboard
Converts this
Try
to
Either
.
Return
Left
if this is
Failure
or
Right
if this is
Success
.